3-Number Theory-Theorem-Prime Number

prime number theorem

Ratio between number of prime numbers less than or equal to an integer and integer can have an approximation {prime number theorem}. Number of primes not exceeding number n is PI(n), whose limit can find the prime numbers: limit of PI(n) / (n / log(n)) = 1, as n goes to infinity.

Euclid theorem

Number of primes is infinite {Euclid's theorem} {Euclid theorem}.

Fermat theorem

If p is prime, and a is an integer with no common factor with p, then a^(p - 1) / p has remainder one {Fermat's theorem} {Fermat theorem}.

Goldbach hypothesis

Positive even integers are sums of two primes {Goldbach's hypothesis} {Goldbach hypothesis} {Goldbach's conjecture}.

Levy conjecture

Odd numbers can be primes plus two times primes {Levy's conjecture} {Levy conjecture}: p' + 2 * q' = 2*n + 1, where n goes from 0 to infinity.

Shor algorithm

Algorithms {Shor's algorithm} {Shor algorithm} can find prime factors.

modular

Modular arithmetics have circular sets of numbers. Mathematical operations are periodic.

process

Start with mod. Using any number smaller than the mod, take its first, second, and so on, powers and express result in the mod until number sequence shows a repeating pattern. Distance between repeats is period. Divide period by two and use result as mod exponent. If period divided by two is not even number, start over.

factors

Take the integers one above and one below result. Find largest common divisor of number and two integers to calculate number factors.

sieve of Eratosthenes

From natural-number list, cross out all second numbers except for number two, then cross out all third numbers except for number three, and so on {sieve of Eratosthenes} {Eratosthenes sieve}. What remains are prime numbers.

Related Topics in Table of Contents

3-Number Theory-Theorem

Drawings

Drawings

Contents and Indexes of Topics, Names, and Works

Outline of Knowledge Database Home Page

Contents

Glossary

Topic Index

Name Index

Works Index

Searching

Search Form

Database Information, Disclaimer, Privacy Statement, and Rights

Description of Outline of Knowledge Database

Notation

Disclaimer

Copyright Not Claimed

Privacy Statement

References and Bibliography

Consciousness Bibliography

Technical Information

Date Modified: 2022.0225